home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / language / embedded / mcu332 / 332-101.arc / 1.HLP < prev    next >
Text File  |  1990-01-02  |  2KB  |  42 lines

  1.  
  2.  
  3.                       MEMORY MODIFY function
  4.  
  5.         The MEMORY MODIFY function is used to View and/or Change the
  6. contents of the M68332 memory. Only alterable memory such as RAM
  7. or Registers may be modified. EPROM and ROM may not be modified.
  8.  
  9.         After invocation the Memory Modify command asks you for
  10. a START address. This is the first memory address to be opened
  11. for inspection and/or change. You must reply with a valid hex-
  12. decimal number. Un-implemented memory locations may be inspected
  13. with this function, but may not be modified. Upon entry of the
  14. START address, this function opens the byte selected showing
  15. you the present contents in hex-decimal.
  16.  
  17.         At  this point, you have the choices of changing the
  18. contents, proceeding to the next higher memory address, proceeding
  19. to the next lower memory address, or quitting the function.
  20.  
  21.                        Changing the data.
  22.         You may change the data at the present location by typing a
  23. valid hex-decimal number at the prompt. This value stored in the
  24. M68332 memory and read back (also in hex-decimal) to show you the
  25. success or failure of the operation. You may enter Byte, Word, or
  26. Long-Word data. However, Word or Long-Word data ***MUST*** be
  27. aligned at an even address.
  28.  
  29.                   Moving to the next location.
  30.         If you wish to move to the next location without changing the
  31. current data, simply press the <ENTER> or <CarriageReturn> key.
  32.  
  33.                 Moving to the previous location.
  34.         To move to the previous location, press the up arrow (^) key.
  35.  
  36.                      Quitting the function.
  37.         To quit the function and return to the  Main Menu, simply
  38. press the <ENTER> key.
  39.  
  40.  
  41. %END
  42.